home *** CD-ROM | disk | FTP | other *** search
- #ChatWindow
- {
- float:left;
- width:100%;
- }
-
- #InputWindow
- {
- float:left;
- width:100%;
- clear:left;
- width:100%;
- height:90px !important;
- height:100px;
- border-top:1px solid #37c;
- padding:5px 0 5px 0;
- position:relative;
-
- background:#f0f9ff;
- }
-
- #Input_Message
- {
- float:left;
- width:75%;
- height:80px;
- font-size:14px;
- color:#555;
- line-height:20px;
- overflow:auto;
- margin-left:5px;
- font-family:"Lucida Grande", "Tahoma", "Arial", "SimSun", sans-serif;
- }
-
- #UploadIndicator
- {
- position:absolute;
- right:5px;
- bottom:5px;
-
- width:16px;
- height:16px;
- background:url(/img/App_GUI/Misc/indicator_2.gif) left no-repeat;
- }
-
- #ChatHint
- {
- position:absolute;
- left:5px;
- bottom:0px;
- color:#888;
- font-size:12px;
- }
-
- #Input_UploadRegion
- {
- position:relative;
- float:right;
- width:23%;
- height:80px;
- margin:0;
- overflow:hidden;
- }
-
- a.TitleLink:link, a.TitleLink:visited
- {
- float:left;
- display:block;
- width:100%;
- height:20px;
- line-height:20px;
- font-weight:bold;
- text-align:right;
- border-bottom:1px solid #ccc;
- color:#666;
- text-decoration:none;
- }
-
- a.TitleLink:hover
- {
- color:#444;
- }
-
- #CollapseFile
- {
- float:left;
- display:block;
- width:100%;
- height:59px;
- background:#fff;
- border-left:1px dashed #ccc;
- border-right:1px dashed #ccc;
- border-bottom:1px dashed #ccc;
- }
-
- .FileSelection
- {
- float:left;
- margin:5px 0 5px 5px;
- width:70%;
- height:20px;
- }
-
- .ConfirmBtn
- {
- float:right;
- width:22%;
-
- margin:5px 5px 0 0;
- }
-
- a.ToggleLink:link, a.ToggleLink:visited
- {
- float:left;
- clear:left;
- margin-left:5px;
- color:#666;
- line-height:20px;
- }
- a.ToggleLink:hover
- {
- color:#26c;
- }
-
- #ChatContent
- {
- float:left;
- width:100%;
- overflow:auto;
- font-size:13px;
- font-family:"Lucida Grande", "Tahoma", "Arial", "SimSun", sans-serif;
- color:#444;
-
- }
-
- #ChatContent cite
- {
- color:#999;
- font-weight:normal;
- font-style:normal;
- font-size:12px;
- }
-
- .ChatMessage
- {
- float:left;
- width:100%;
- clear:left;
-
- padding:5px 0 5px 0;
-
- background:#fff;
- border-top:1px dashed #ccc;
- }
-
- .AlternColor
- {
- background:#f5f5f5 !important;
- }
-
- .ChatMessage_Author
- {
- float:left;
- padding-right:5px;
- width:145px !important;
- width:150px;
-
- height:60px;
- border-right:1px solid #aaa;
- color:#000;
- font-weight:bold;
- text-align:right;
- line-height:20px;
- }
-
- .ChatMessage_Body
- {
- float:left;
- width:80%;
- overflow:auto;
- margin-left:5px;
- padding-bottom:20px;
- overflow-y:visible;
- }
-
- .ImageFrame
- {
- float:left;
-
- overflow:auto;
- background:#fff;
- border-top:1px solid #ccc;
- border-bottom:1px solid #ccc;
- }
- .ImageTitle
- {
- float:left;
- display:block;
- width:100%;
- overflow:hidden;
- color:#555;
- line-height:20px;
- font-size:11px !important;
- font-weight:bold;
- }
- .ImageItem
- {
- float:left;
- clear:left;
- border:1px solid #ccc;
- }
-
- .FileItem
- {
- float:left;
- clear:left;
- display:block;
- width:400px;
- height:52px;
- margin:5px 0 0 0;
- overflow:hidden;
- }
-
- .FileIcon
- {
- float:left;
- width:50px;
- height:50px;
- border:1px dashed #ccc;
- }
-
- a.FileNameLink:link, a.FileNameLink:visited
- {
- float:left;
- display:block;
- margin-left:5px;
- font-size:12px;
- height:20px;
- line-height:20px;
- font-weight:bold;
- color:#27c;
- }
-
- a.FileNameLink:hover
- {
- text-decoration:none;
- background:#27c;
- color:#fff;
- }
-
- .FileSize
- {
- float:left;
- display:block;
- color:#999;
- font-size:11px;
- margin-left:5px;
- }